home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0159.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  693 b   |  19 lines

  1. I want to know how I can have blank areas of data for storage within my 
  2. extension.  Something like:
  3.  
  4. Memspot        dc.l 0
  5.  
  6.                move.l d0,(Memspot)
  7.  
  8. I've tried everything I know to make my assembler do something like 
  9. that.  Will it?  Or will I have to reserve areas of memory instead?  Thanks.
  10.  
  11. #@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@
  12.         John C. Bintz - * uv334@freenet.victoria.bc.ca *
  13. @#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#*@#
  14. Come Visit Internext Software - the home of great Amiga software!
  15.     http://www.dragonfire.net/~JohnBintz/inext/inextsoft.html
  16. *#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#@*#
  17.  
  18.  
  19.